home *** CD-ROM | disk | FTP | other *** search
/ Ultra Gameplayers 111 / Ultra Gameplayers 111.iso / pc / ES3ATR2.EXE / data1.cab / Tech_Demo_Data / keymaps / WingExtreme_Digital.cs < prev    next >
Text File  |  1998-03-05  |  1KB  |  31 lines

  1. #------------------------------------------------------------------------------
  2. # include generic camera controls
  3. exec _defCamera.cs
  4.  
  5.  
  6. #------------------------------------------------------------------------------
  7. # include generic keyboard controls
  8. exec _defKeyboard.cs
  9.  
  10.  
  11. #------------------------------------------------------------------------------
  12. #
  13. # Add support for Logitech WingmanExtreme Digital
  14. #
  15. editActionMap Herc
  16.  
  17. bindAction joystick zaxis                  TO ACTION_SPEED deadzone 0.1 center square
  18. bindAction joystick xaxis                  TO ACTION_YAW deadzone 0.1 center square
  19. bindAction joystick yaxis                  TO ACTION_SPEED deadzone 0.1 center square
  20.  
  21. bindAction joystick xpov                   TO ACTION_LOOK_X flip
  22. bindAction joystick ypov                   TO ACTION_LOOK_Y
  23. bindAction joystick make  button0          TO ACTION_FIRE 1.0
  24. bindAction joystick break button0          TO ACTION_FIRE 0.0
  25. bindAction joystick make button2           TO ACTION_TARGET_SELECTED
  26. bindAction joystick make button3           TO ACTION_WEAPON_LINK
  27. bindAction joystick make button1           TO ACTION_CAMOUFLAGE
  28. bindAction joystick make button4           TO ACTION_WEAPON_ADJ +1.0
  29. bindAction joystick break button5          TO ACTION_WEAPON_ADJ -1.0
  30.  
  31.